home *** CD-ROM | disk | FTP | other *** search
- object formMailSettings: TformMailSettings
- Left = 468
- Top = 210
- BorderStyle = bsDialog
- BorderWidth = 4
- Caption = 'Mail settings'
- ClientHeight = 373
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object groupPersonalInformation: TGroupBox
- Left = 0
- Top = 0
- Width = 369
- Height = 81
- Align = alTop
- Caption = ' Personal information '
- TabOrder = 0
- DesignSize = (
- 369
- 81)
- object labelName: TLabel
- Left = 8
- Top = 28
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Your name:'
- end
- object labelAddress: TLabel
- Left = 8
- Top = 52
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'And mail address:'
- end
- object eName: TEdit
- Left = 120
- Top = 24
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object eAddress: TEdit
- Left = 120
- Top = 48
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- end
- end
- object panelButtons: TPanel
- Left = 0
- Top = 332
- Width = 369
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 5
- DesignSize = (
- 369
- 41)
- object buttonCancel: TBitBtn
- Left = 168
- Top = 12
- Width = 91
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Cancel'
- TabOrder = 2
- Kind = bkCancel
- end
- object buttonOK: TBitBtn
- Left = 272
- Top = 12
- Width = 91
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 0
- Kind = bkOK
- end
- object buttonImport: TBitBtn
- Left = 8
- Top = 12
- Width = 91
- Height = 25
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = '&Import'
- TabOrder = 1
- OnClick = buttonImportClick
- NumGlyphs = 2
- end
- end
- object panelDivider1: TPanel
- Left = 0
- Top = 81
- Width = 369
- Height = 8
- Align = alTop
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- end
- object groupSMTPServer: TGroupBox
- Left = 0
- Top = 89
- Width = 369
- Height = 104
- Align = alTop
- Caption = ' SMTP Server '
- TabOrder = 2
- DesignSize = (
- 369
- 104)
- object labelSMTPServer: TLabel
- Left = 8
- Top = 28
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Server address:'
- end
- object labelSMTPUsername: TLabel
- Left = 8
- Top = 76
- Width = 105
- Height = 17
- AutoSize = False
- Caption = 'Username:'
- end
- object eSMTP: TEdit
- Left = 120
- Top = 24
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object eSMTPUser: TEdit
- Left = 120
- Top = 72
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- end
- object checkboxSMTPAuth: TCheckBox
- Left = 8
- Top = 52
- Width = 353
- Height = 17
- Caption = 'Use SMTP authentification by username'
- TabOrder = 1
- OnClick = checkboxSMTPAuthClick
- end
- end
- object panelDivider2: TPanel
- Left = 0
- Top = 193
- Width = 369
- Height = 8
- Align = alTop
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 3
- end
- object groupPOP3Server: TGroupBox
- Left = 0
- Top = 201
- Width = 369
- Height = 131
- Align = alClient
- Caption = ' POP3 Server '
- TabOrder = 4
- DesignSize = (
- 369
- 131)
- object labelPOP3Server: TLabel
- Left = 8
- Top = 52
- Width = 105
- Height = 17
- AutoSize = False
- Caption = 'Server address:'
- end
- object labelPOP3Username: TLabel
- Left = 8
- Top = 76
- Width = 105
- Height = 17
- AutoSize = False
- Caption = 'Username:'
- end
- object labelPOP3Password: TLabel
- Left = 8
- Top = 100
- Width = 105
- Height = 17
- AutoSize = False
- Caption = 'Password:'
- end
- object ePOP3: TEdit
- Left = 120
- Top = 48
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object ePOP3User: TEdit
- Left = 120
- Top = 72
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- end
- object ePOP3Pass: TEdit
- Left = 120
- Top = 96
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- PasswordChar = '*'
- TabOrder = 2
- end
- object checkboxPOP3Auth: TCheckBox
- Left = 8
- Top = 28
- Width = 353
- Height = 17
- Caption = 'Connect to server for SMTP-after-POP authentification'
- TabOrder = 3
- OnClick = checkboxPOP3AuthClick
- end
- end
- object popupIE: TPopupMenu
- AutoHotkeys = maManual
- OnPopup = popupIEPopup
- Left = 88
- Top = 24
- object menuitemOutlookExpress: TMenuItem
- Caption = 'Outlook &Express'
- end
- object menuitemOutlook8: TMenuItem
- Caption = 'Outlook &8.0 (97)'
- end
- object menuitemOutlook9: TMenuItem
- Caption = 'Outlook &9.0 (2000)'
- end
- end
- end
-